home *** CD-ROM | disk | FTP | other *** search
- all: generic.com ni5210.com 3c501.com wd8003e.com ni5010.com slip8250.com \
- stat.exe termin.com
-
- .asm.obj:
- masm $*;
-
- stat.obj: stat.c
- tcc -mc -c stat
-
- stat.exe: stat.obj
- tcc -mc -estat stat.obj
-
- termin.com: termin.obj
- tlink termin
- exe2com termin
- del termin.exe
-
- ni5210.com: head.obj ni5210.obj tail.obj
- tlink head ni5210 tail,ni5210/m
- exe2com ni5210
- del ni5210.exe
-
- slip8250.com: head.obj slip8250.obj tail.obj
- tlink head slip8250 tail,slip8250/m
- exe2com slip8250
- del slip8250.exe
-
- ni5010.com: head.obj ni5010.obj tail.obj
- tlink head ni5010 tail,ni5010/m
- exe2com ni5010
- del ni5010.exe
-
- wd8003e.com: head.obj wd8003e.obj tail.obj
- tlink head wd8003e tail,wd8003e/m
- exe2com wd8003e
- del wd8003e.exe
-
- generic.com: head.obj generic.obj tail.obj
- tlink head generic tail,generic/m
- exe2com generic
- del generic.exe
-
- 3c501.com: head.obj 3c501.obj tail.obj
- tlink head 3c501 tail,3c501/m
- exe2com 3c501
- del 3c501.exe
-